getParentActivityName
@Nullable
Return the fully qualified class name of sourceActivity's parent activity as specified by a PARENT_ACTIVITY
Return
The fully qualified class name of sourceActivity's parent activity or null if it was not specified
Parameters
sourceActivity
Activity to fetch a parent class name for
@Nullable
Return the fully qualified class name of a source activity's parent activity as specified by a PARENT_ACTIVITY
Return
The fully qualified class name of sourceActivity's parent activity or null if it was not specified
Parameters
context
Context for looking up the activity component for the source activity
componentName
ComponentName for the source Activity